home *** CD-ROM | disk | FTP | other *** search
- ; What follows is a description of the global definitions in the FDEF.DEF
- ; file to generate a color version which is a middle between flicker and
- ; and performance--so far the only thing which can be thus automatically
- ; created.
-
- TRUE equ 1
- FALSE equ 0
- ;***************************************************************************
- ; You may change what is below the starred lines to suit your personal
- ; configuration or preference. After changing these, you will have to
- ; reassemble all modules with the macro assembler.
-
- MONO equ FALSE ; if T, I congratulate you to your
- ; choice: the color card sucks!
-
-
- COLOR equ TRUE ; if TRUE, choose noflicker: T/F
- ; I recommend you accept some flicker
- ; in exchange for "real" performance
- NOFLICKER = FALSE ; only used in two places, for
- ; screenupdate and for quick insert
- ; to the screen, color display is
- ; simply to slow to allow flickerfree
- ; direct updating
-
- TAB8SPACES equ TRUE ; shall a TAB be ' ' or ^I ?
- NOBLOCKEXIT equ TRUE ; leave the cursor how it is on exit
- INITLASTLINE equ FALSE ; if TRUE then display no lastlinemenu
- ; if FALSE, display it (startup)
- EOF_CHAR equ 7 ; a small dot, to fill the rest of the
- ; screen when you edit close to the
- ; end of the file.
- CONFIRM equ TRUE ; to confirm with CTL-Y before exiting
- ; to DOS
-
- ;***************************************************************************
- ; change only what is above this text. Leave below, unless you really know
- ; what you are doing.
-
- if mono
- noflicker = false
- endif
-
- ; ... what follows should be identical to FDEF.DEF for all things. Do not
- ; change these unless you really know what you are doin.
-
-